PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFExtendedGraphicState Class / setStrokeAlpha Method
A value between 0 and 1 specifying constant opacity value to be used for stroking operations in the transparent imaging model.
In This Topic
    setStrokeAlpha Method
    In This Topic
    Sets the stroke alpha.
    Syntax
    public void setStrokeAlpha( 
       double value
    )

    Parameters

    value
    A value between 0 and 1 specifying constant opacity value to be used for stroking operations in the transparent imaging model.
    See Also